Fix bug #11063 with move_it_by_lines when there's a before-string at bol.
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2012 19:30:53 +0000 (22:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2012 19:30:53 +0000 (22:30 +0300)
commit963f4d49c3dd7a7858bed01b3ddbdc8962557fb9
treed1353b24c7b8ceaf554b5f6b2fc1caaf23e5aea0
parent5514411e92d898bdba10d99b08b82c8b559ef36e
Fix bug #11063 with move_it_by_lines when there's a before-string at bol.

 src/xdisp.c (move_it_by_lines): When DVPOS is positive, and the
 position we get to after a call to move_it_to fails the
 IS_POS_VALID_AFTER_MOVE_P test, move to the next buffer position
 only if we wind up in a string from display property.
src/ChangeLog
src/xdisp.c